From: Dan Nicolaescu Date: Sun, 21 Nov 2010 05:17:19 +0000 (-0800) Subject: * configure.in (INLINE): Do not depend on OPTIMIZE, unused. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5588 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9fdddd82dc595793e4dcae4695142297c5e0636f;p=emacs.git * configure.in (INLINE): Do not depend on OPTIMIZE, unused. --- diff --git a/ChangeLog b/ChangeLog index 6efe5b35e9e..b436d39e26a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-21 Dan Nicolaescu + + * configure.in (INLINE): Do not depend on OPTIMIZE, unused. + 2010-11-15 Dan Nicolaescu * configure.in: Do not check for unconditionally included headers. diff --git a/configure.in b/configure.in index cbb0298097f..575bb41023b 100644 --- a/configure.in +++ b/configure.in @@ -3511,7 +3511,7 @@ AH_BOTTOM([ /* Don't try to switch on inline handling as detected by AC_C_INLINE generally, because even if non-gcc compilers accept `inline', they may reject `extern inline'. */ -#if defined (__GNUC__) && defined (OPTIMIZE) +#if defined (__GNUC__) #define INLINE __inline__ #else #define INLINE diff --git a/src/config.in b/src/config.in index 8d254cefff5..7d6f052fd4d 100644 --- a/src/config.in +++ b/src/config.in @@ -1076,7 +1076,7 @@ along with GNU Emacs. If not, see . */ /* Don't try to switch on inline handling as detected by AC_C_INLINE generally, because even if non-gcc compilers accept `inline', they may reject `extern inline'. */ -#if defined (__GNUC__) && defined (OPTIMIZE) +#if defined (__GNUC__) #define INLINE __inline__ #else #define INLINE